home *** CD-ROM | disk | FTP | other *** search
/ Complete RPG Maker XP - 41 Games / tg esp 48 rpg maker.iso / RPG3D / Tools_Utilities / Quark.exe / Quark / addons / BotWaypointer.qrk next >
Encoding:
Text File  |  2002-08-02  |  1.2 KB  |  44 lines

  1. QQRKSRC1
  2. {
  3. //$Header: /cvsroot/quark/runtime/addons/BotWaypointer.qrk,v 1.1 2002/08/02 19:32:39 decker_dk Exp $
  4. // ----------- REVISION HISTORY ------------
  5. //$Log: BotWaypointer.qrk,v $
  6. //Revision 1.1  2002/08/02 19:32:39  decker_dk
  7. //QuArK data addon for the Bot Waypointer plugin.
  8. //
  9.  
  10.   Description = "Bot Waypointer"
  11.  
  12.   Bot Waypointer.qtx =
  13.   {
  14.     ToolBox = "New map items..."
  15.     Root = "Bot Waypointer.qtxfolder"
  16.  
  17.     Bot Waypointer.qtxfolder =
  18.     {
  19.         Bot Waypointer:d =
  20.         {
  21.           ;desc = "Edit bot waypoint files"
  22.           macro = "dup botwaypointer"
  23.         }
  24.     }
  25.   }
  26.  
  27.   Entity forms.qctx =
  28.   {
  29.     dup botwaypointer:form =
  30.     {
  31.       macro:    = {Typ="ESR" Hint="This one is not for you, Saruman"}
  32.       loadfile: = {Typ="P" Cap="Load..." Txt=" " Macro="botwaypointer_loadfile" Hint="Push to choose a waypoint file to load."}
  33.       savefile: = {Typ="P" Cap="Save..." Txt=" " Macro="botwaypointer_savefile" Hint="Push to save waypoints to a file."}
  34.     }
  35.     dup botwaypointerpoint:form =
  36.     {
  37.       macro:      = {Typ="ESR" Hint="This one is not for you, Saruman"}
  38.       bbox        = '-16 -16 -4 16 16 4'
  39.       targetname: = {Hint="BotWaypoint Targetname"}
  40.       origin:     = {Hint="Origin of this waypoint"}
  41.     }
  42.   }
  43. }
  44.